Database Setup for SQL Server

This topic provides the steps that need to be performed by the individual responsible for the administration of SQL Server to setup the database for PDFKeeper.

Note, this topic only provides instructions for performing the setup on the same computer as SQL Server. This requires PDFKeeper to be installed on the same computer as SQL Server to perform the database setup. As an alternative, you can copy SqlServerDatabaseSetup.sql from %LOCALAPPDATA%\Programs\PDFKeeper to the computer hosting SQL Server.

Perform the following steps on the same computer as SQL Server while logged in as the same user that installed SQL Server:

  1. Open a Command Prompt.

  2. Execute sqlcmd -S localhost\<Instance Name> -i <ABSOLUTE_PATH>\SqlServerDatabaseSetup.sql